projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a78ab0c
)
Add a missing include
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 10 Nov 2011 03:03:10 +0000
(22:03 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 10 Nov 2011 03:03:10 +0000
(22:03 -0500)
gtk/gtkapplication.c
patch
|
blob
|
history
diff --git
a/gtk/gtkapplication.c
b/gtk/gtkapplication.c
index f0bba4312f090f61ceac947b2484d3f1b05e3f8d..377f104174571fca73c601b71ff30ad4446f22cf 100644
(file)
--- a/
gtk/gtkapplication.c
+++ b/
gtk/gtkapplication.c
@@
-29,6
+29,7
@@
#include "gtkapplication.h"
#include "gtkmarshalers.h"
+#include "gtkmain.h"
#include "gtkwindow.h"
#include <gdk/gdk.h>